home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / dlopen < prev    next >
Text File  |  1994-08-09  |  476b  |  19 lines

  1. dlopen:
  2.  
  3. Synopsis: Open a shared object.
  4.  
  5. Syntax:    dlopen ( FILENAME , FUNCTION_NAME )
  6.  
  7. Description:
  8.  
  9.     dlopen opens a shared object, FILENAME, and creates a builtin
  10.     function that points to FUNCTION_NAME. dlopen returns the
  11.     newly created builtin function.
  12.  
  13.     For information on how to write and compile functions that can
  14.     be linked with dlopen, consult the RLaB Programmer's Guide and
  15.     Reference Manual.
  16.  
  17.     dlopen only exists for those platforms that support dynamic
  18.     linking.
  19.